home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
research
/
lib
/
insvis.pro
< prev
next >
Wrap
Text File
|
1997-07-08
|
896b
|
33 lines
; $Id: insvis.pro,v 1.2 1997/01/15 03:11:50 ali Exp $
;
; Copyright (c) 1996-1997, Research Systems, Inc. All rights reserved.
; Unauthorized reproduction prohibited.
;
;+
; NAME:
; INSVIS
;
; PURPOSE:
; Stub for INSVIS. Displays message saying that insight must be running.
; Once Insight is restored and running this routine will be replaced by
; the actual compiled version in the insight save file.
;
; CALLING SEQUENCE:
; INSVIS
;
; DEVELOPMENT NOTES:
; -
;
;------------------------------------------------------------------------------
pro InsVis, $
name1, $ ; IN: name of dependent data
name2, $ ; IN: (opt) name of independent data
_EXTRA=extra
; Notify user that Insight must be running to use this function
;
result = DIALOG_MESSAGE($
['Insight must be running in order to use InsVis.', $
'Please start Insight and try again.'] )
end